"footer design {Manish Yadav}"
Bootstrap 4.0.0 Snippet by Manish Yadav

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<footer class="footer bg-style" style="background-image:url(images/background/3.jpg);">
<div class="container">
<div class="footer-pad">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="footer-widget about-box">
<figure class="image-box">
<img src="images/logo/logo2.png" alt="">
</figure>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elitsed do eiusmod tempor incididunt ut labore et dolore magna.</p>
<div class="social-links">
<a href="#"><span class="fa fa-facebook-f"></span></a>
<a href="#"><span class="fa fa-twitter"></span></a>
<a href="#"><span class="fa fa-linkedin"></span></a>
<a href="#"><span class="fa fa-instagram"></span></a>
<a href="#"><span class="fa fa-pinterest-p"></span></a>
</div>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="footer-widget footer-links">
<h3 class="title">Our Services</h3>
<ul>
<li><a href="#">Car Wash</a></li>
<li><a href="#"> Engine Replace</a></li>
<li><a href="#">Tire Repair</a></li>
<li><a href="#">Car Paint</a></li>
<li><a href="#">Car Observation</a></li>
<li><a href="#">Home Service</a></li>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.footer {
position: relative;
border-top: 5px solid #980606;
background-size: cover;
background-repeat: repeat;
background-attachment: fixed;
background-position: center center;
color:white;
}
.footer-pad {
padding: 75px 0 65px;
}
.footer::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(71, 32, 29);
}
.footer.bg-style .footer-upper {
padding: 75px 0 65px;
}
.about-box .social-links a {
display: inline-block;
font-size: 16px;
font-weight: normal;
color: #fff;
line-height: 38px;
margin-right: 1px;
border: 1px solid #fff;
width: 38px;
height: 38px;
}
h3.title {
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: